home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_88.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  433 b   |  18 lines

  1. on exitFrame
  2.   global gCDtrackplaying, gCD, gHowManyTracksOnAlbum
  3.   if not (gHowManyTracksOnAlbum > 0) then
  4.     startTimer()
  5.     go("audioMessage")
  6.     CleanUpAudioSection()
  7.     repeat with ugg = 51 to 58
  8.       set the visible of sprite ugg to 1
  9.     end repeat
  10.     repeat with x = 1 to 61
  11.       set the cursor of sprite x to 0
  12.     end repeat
  13.     startTimer()
  14.   else
  15.     play(gCD, gCDtrackplaying, gHowManyTracksOnAlbum)
  16.   end if
  17. end
  18.